L200 up to 6.2.1.6#37
Conversation
There was a problem hiding this comment.
- feat(L200): add envelope roof tests
- feat(L200): add envelope wall tests
- feat(L200): add envelope fenestration tests
- feat(L200): add foundation system tests
- feat(L200): add tightness tests
- feat(L200): fix MMBtu units for NG ResourceUse
- feat(L200): test HVAC systems year installed
- feat(L200): add capacity and condition tests
- feat(L200): add central plant tests
- feat(L200): add air distribution tests
- feat(L200): add outdoor air delivery tests
- feat(L200): add duct condition tests
- feat(L200): add plant pump tests
- feat(L200): add hvac controls tests
- feat(L200): add hvac zone controls tests
- feat(L200): add BAS tests
- feat(L200): tie up remaining HVAC loose ends
corymosiman12
left a comment
There was a problem hiding this comment.
So close Ted! Minor changes now.
feat(eems): more realistic EEMs
Also, tweaks calculations for AnnualEnergyUse to only look at meters linked to utilities (ie not submeter)
| <auc:ThermalZoneLayout>Single zone</auc:ThermalZoneLayout> | ||
| </auc:Section> | ||
| <auc:Section ID="Section-Space-B"> | ||
| <auc:SectionType>Component</auc:SectionType> |
| <auc:DuctSystem ID="DuctSystem-A"> | ||
| <auc:DuctConfiguration>Single</auc:DuctConfiguration> | ||
| <auc:DuctInsulationCondition>Excellent</auc:DuctInsulationCondition> | ||
| <auc:HeatingDeliveryID IDref="Delivery-A"/> |
There was a problem hiding this comment.
also add auc:CoolingDeliveryID
| <auc:FanSystems> | ||
| <auc:FanSystem ID="FanSystem-A"> | ||
| <auc:FanControlType>Stepped</auc:FanControlType> | ||
| <auc:LinkedSystemIDs> |
There was a problem hiding this comment.
For fans, I think we should also require:
- FanEfficiency
- FanSize
- InstalledFlowRate [WARNING]
There was a problem hiding this comment.
Can we also add a PR to the schema to:
- deprecate FanSize
- Add
FanMaximumFlowRate(to mirror the pump). This is replacing FanSize. Assuming that gets approved, change the above to requireFanMaximumFlowRateinstead ofFanSize
There was a problem hiding this comment.
Also, to mirror pump, change InstalledFlowRate -> FanInstalledFlowRate
There was a problem hiding this comment.
First part addressed here: ca9a4ca
I think we should punt on adding these new elements for now and just get this PR merged, then tweak as we need to later.
corymosiman12
left a comment
There was a problem hiding this comment.
K ted, minor things.
Also, we have gotten some initial feedback on the occupancytype enumerations spreadsheet, so maybe we can update that as well. I will email that to you.
corymosiman12
left a comment
There was a problem hiding this comment.
Assuming tests on Travis pass, good to go!
No description provided.